Declare @Id Int                               
Select @Id = Id From sysobjects Where Name = 'Notebimeh'
IF not Exists(SELECT * FROM syscolumns WHERE id = @Id and Name = 'TypeSex')
  Alter Table Notebimeh Add TypeSex Char(1) Null